home *** CD-ROM | disk | FTP | other *** search
- /*
- File: USBEnetVersion.h
-
- Contains: xxx put contents here xxx
-
- Version: xxx put version here xxx
-
- Copyright: © 1998-2000 by Apple Computer, Inc., all rights reserved.
-
- File Ownership:
-
- DRI: xxx put dri here xxx
-
- Other Contact: xxx put other contact here xxx
-
- Technology: xxx put technology here xxx
-
- */
-
- #define kVersShort "1.0d2"
- #define kVers1Long "1.0d2, © 2000 Apple Computer, Inc."
- #define kVers2Long "USB Ethernet Driver v1.0d2"
-
- #define kVMajor 1 /* Binary Coded Decimal */
- #define kVMinor (0*16)+0 /* Binary Coded Decimal, ex: .2.3 = (2*16)+3 */
- #define kVStage developStage /* developStage, alphaStage, betaStage, finalStage */
- #define kVRelease 2 /* Binary Coded Decimal */
-